home *** CD-ROM | disk | FTP | other *** search
- on(press){
- s = 1;
- while(s < 20)
- {
- this.compile_stop = eval("_root.comp_" + s).play();
- this.ship_stop = eval("_root.ship_" + s).play();
- this.shot_stop = eval("_root.shot_" + s).play();
- this.man_stop = eval("_root.man_" + s).play();
- this.bang_stop = eval("_root.b_" + s).play();
- this.mine_stop = eval("_root.mine_" + s).play();
- s++;
- }
- _root.paused = false;
- removeMovieClip(this);
- }
-